home *** CD-ROM | disk | FTP | other *** search
- # attributes
-
- dn: CN=Script-Path,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace: attributeSecurityGuid
- attributeSecurityGuid:: ECAgX6V50BGQIADAT8LUzw==
- -
-
- dn: CN=User-Workstations,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace: attributeSecurityGuid
- attributeSecurityGuid:: ECAgX6V50BGQIADAT8LUzw==
- -
-
-
- # Reload the schema cache to pick up attributes
-
- dn:
- changetype: ntdsSchemaModify
- add: schemaUpdateNow
- schemaUpdateNow: 1
- -
-
- # classes
-
- dn: CN=Country,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace:defaultHidingValue
- defaultHidingValue: TRUE
- -
-
- dn: CN=Person,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace:defaultHidingValue
- defaultHidingValue: TRUE
- -
-
- dn: CN=Organizational-Person,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace:defaultHidingValue
- defaultHidingValue: TRUE
- -
-
- dn: CN=Group-Of-Names,CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace:defaultHidingValue
- defaultHidingValue: TRUE
- -
-
-
- # Reload the schema cache to pick up altered classes and attributes
-
- dn:
- changetype: ntdsSchemaModify
- add: schemaUpdateNow
- schemaUpdateNow: 1
- -
-
- # change objects in configuration container
-
- dn: CN=DS-Replication-Get-Changes-All,CN=Extended-Rights,CN=Configuration,DC=X
- changetype: ntdsSchemaAdd
- objectClass: controlAccessRight
- ShowInAdvancedViewOnly: TRUE
- appliesTo: 19195a5b-6da0-11d0-afd3-00c04fd930c9
- appliesTo: bf967a87-0de6-11d0-a285-00aa003049e2
- appliesTo: bf967a8f-0de6-11d0-a285-00aa003049e2
- displayName: Replicating Directory Changes All
- localizationDisplayId: 62
- rightsGUID: 1131f6ad-9c07-11d1-f79f-00c04fc2dcd2
- validAccesses: 256
-
- # Increase object version
-
- dn: CN=Schema,CN=Configuration,DC=X
- changetype: ntdsSchemaModify
- replace: objectVersion
- objectVersion: 23
- -
-